
/* 头条 */
.home_toutiao{
    /* background: linear-gradient(180deg, rgba(63, 145, 217, 1) 23.86%, rgba(0, 101, 184, 1) 99.93%); */
    background: #1671C7;
    padding-top: 40px;
    padding-bottom: 84px;
}
.home_toutiao a{
    color: #DBF1FF;
    font-size: 36px;
    font-weight: bold;
    display: block;
    text-align: center;
}
.home_toutiao p{
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.8;
}
/* 图片新闻 */
.home_tpxw img{
    height: 470px;
}
.home_tpxw .item-name{
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    padding: 16px 10px 10px;
}
.home_tpxw .owl-dots{
    text-align: center;
}
.home_tpxw .owl-dots .owl-dot{
    width: 12px;
    height: 12px;
    background: #CFCFCF;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    border-radius: 50px;
    transition: all 500ms;
}
.home_tpxw .owl-dots .owl-dot.active{
    background: #EB4427;
}
.home_news .hd{
    border: none;
}
.home_news .hd li{
    padding: 0 0 6px;
    font-weight: 400;
    font-size: 22px;
}
.home_news .hd li.on:after{
    width: 58px;
    background: #fff;
    margin: 0 auto;
    right: 0;
    height: 3px;
    bottom: -8px;
}
.home_news .hd li + li{
    margin-left: 18px;
}
.home_news .hd li.on a{
    color: #fff;
}
.home_news .hd li a{
    color: #DBF1FF;
}
.home_news .bd .item ul.infolist{
    margin-top: 20px;
}
.home_news .bd h2{
    margin-top: 38px;
}
.home_news .bd h2 a{
    display: block;
    font-size: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.home_news .bd li{
    padding-right: 0;
    padding-bottom: 4px;
    padding-left: 0;
}
.home_news .bd li::after{
    display: none;
}
.home_news .bd li .time{
    position: sticky;
    float: right;
}
.home_news .bd li a{
    padding-right: 70px;
    padding-left: 76px;
    padding-bottom: 1px;
    display: block;
    float: none;
}
.home_news .bd li a i{
    display: block;
    font-style: normal;
    color: #1671C7;
    background: url(../images/new_bg.png) no-repeat;
    width: 62px;
    height: 27px;
    text-align: center;
    position: absolute;
    left: 0;
}
/* 专题专栏 */
.home_ztzl ul li{
    background: url(../images/home_ztzl_bg.png);
    background-size: cover;
    margin-top: 20px;
}
.home_ztzl ul li a{    
    padding: 17px 0;
    display: block;
    overflow: hidden;
}
.home_ztzl ul li a img{
    float: left;
    margin: 0 20px;
}
.home_ztzl ul li a .item span{
    font-size: 22px;
    font-weight: bold;
    color: #1564BF;
    background: url(../images/home_ztzltle_bg.png);
}
.home_ztzl ul li a .item p{
    font-size: 14px;
    color: #383838;
    margin-top: 6px;
}

@media (max-width: 1480px) {
    .home_news .hd li + li {
        margin-left: 15px;
    }
    .home_news .hd li {
        font-weight: bold;
        font-size: 18px;
    }
}
